home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
educate
/
testsh.zip
/
MAKDISKB.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-10-13
|
1KB
|
45 lines
echo off
cls
echo.
echo.
echo You are about to create a backup disk what will incorporate this
echo.
echo entire computer program, and all of your saved records, if
echo.
echo any saved records presently exist. If this is what you want to
echo.
echo do, then place a blank floppy disk in your B:DRIVE, and press any
echo.
echo key to continue. All of the files in your present directory will
echo.
echo be copied to your blank disk in the B:DRIVE.
echo.
echo Once the program exists on the disk in the B:DRIVE, it is not necessary
echo.
echo to use the MAKDISKB Batch file. You can simply use the SAVEA or SAVEB
echo.
echo Batch file, to complete the backing up of your files faster. If you
echo.
echo wish to abort this screen, taking no action, just press the CTRL and C
echo.
echo keys at the same time and answer Y to the `TERMINATE BATCH JOB?' prompt.
echo.
echo To make the special backup disk:
pause
copy *.* B:\
cls
echo.
echo.
echo The backup disk containing the entire program, has been created. Any
echo.
echo records that might have existed in your present directory, have also
echo.
echo been transferred to that backup disk. Please remove the disk and keep
echo.
echo it in a safe place, after you ACCURATELY identify it with a label.
echo.
echo.
echo.
echo.
pause